Skip to main content

TRREST_CMPARALLEL

Trigger REST and Component PARALLEL

Sr. NoService NameDescriptionDetails
1.parallelHappyGet postal code as input from query param. in parallel, call rest with the postal code as input to fetch postal data. from db for the pin, get customers for the pin. return the cosolidated data of the 2 parallel steps as output.
2.parallelUnHappyGet postal code as input from query param. in parallel, call rest with the wrong postal code as input to fetch postal data. from db for the pin, get customers for the pin. return the cosolidated data of the 2 parallel steps as output. Rest will give error.